Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 739cba6c49 |
@@ -1,6 +1,9 @@
|
||||
[ 13.0.3 ]
|
||||
[ 13.0.4 ]
|
||||
|
||||
(unreleaSed)
|
||||
* Update config in mount module so that /dev is properly mounted
|
||||
in target
|
||||
|
||||
[ 13.0.3 ]
|
||||
|
||||
* Update branding elements for Calamares 3.3 series
|
||||
* Fix desktop file launcher
|
||||
|
||||
@@ -22,13 +22,13 @@ extraMounts:
|
||||
mountPoint: /sys
|
||||
- device: /dev
|
||||
mountPoint: /dev
|
||||
options: bind
|
||||
options: [ bind ]
|
||||
- device: tmpfs
|
||||
fs: tmpfs
|
||||
mountPoint: /run
|
||||
- device: /run/udev
|
||||
mountPoint: /run/udev
|
||||
options: bind
|
||||
options: [ bind ]
|
||||
|
||||
extraMountsEfi:
|
||||
- device: efivarfs
|
||||
|
||||
Vendored
+7
@@ -1,3 +1,10 @@
|
||||
calamares-settings-debian (13.0.4-1) unstable; urgency=medium
|
||||
|
||||
* New upstream release
|
||||
- Fix crash where /dev isn't mounted
|
||||
|
||||
-- Jonathan Carter <jcc@debian.org> Mon, 28 Aug 2023 19:17:29 +0200
|
||||
|
||||
calamares-settings-debian (13.0.3-1) unstable; urgency=medium
|
||||
|
||||
* New upstream release
|
||||
|
||||
Reference in New Issue
Block a user