]> git.proxmox.com Git - pve-installer.git/commitdiff
assume root file system is writable
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 31 Aug 2016 08:21:11 +0000 (10:21 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 31 Aug 2016 08:21:11 +0000 (10:21 +0200)
We use overlayfs on tmpfs to make that work.

unconfigured.sh

index 0ad7e6b4cd1991b3d9cba486f2ff456ebe9accdc..1066027c7f3f917bb277af484820598beb045df6 100755 (executable)
@@ -38,16 +38,8 @@ real_reboot() {
     fi
     echo "done."
 
-    umount -l -n /dev/.static/dev
-    umount -l -n /dev
-
     umount -l -n /target >/dev/null 2>&1
-    umount -l -n /tmp
-    umount -l -n /var/tmp
-    umount -l -n /var/log
-    umount -l -n /var/run
-    umount -l -n /var/lib/xkb
-
+    umount -l -n /dev
     umount -l -n /sys
     umount -l -n /proc
 
@@ -66,11 +58,6 @@ echo "Starting Proxmox installation"
 PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin
 
 mount -n -t proc proc /proc
-mount -n -t tmpfs tmpfs /tmp
-mount -n -t tmpfs tmpfs /var/tmp
-mount -n -t tmpfs tmpfs /var/log
-mount -n -t tmpfs tmpfs /var/run
-mount -n -t tmpfs tmpfs /var/lib/xkb
 mount -n -t sysfs sysfs /sys
 
 parse_cmdline