Ship our own networking script
[live-boot-grml.git] / components / 9990-aaa-fixme.sh
index 9696c74..c6b7082 100755 (executable)
@@ -10,18 +10,14 @@ mountpoint="/live/medium"
 alt_mountpoint="/media"
 LIVE_MEDIA_PATH="live"
 
-HOSTNAME="host"
+HOSTNAME="grml"
 
 mkdir -p "${mountpoint}"
-tried="/tmp/tried"
+mkdir -p /var/lib/live/boot
 
 # Create /etc/mtab for debug purpose and future syncs
 mkdir -p /etc
-
-if [ ! -f /etc/mtab ]
-then
-       touch /etc/mtab
-fi
+touch /etc/mtab
 
 if [ ! -x "/bin/fstype" ]
 then
@@ -32,8 +28,3 @@ fi
 
 custom_overlay_label="persistence"
 persistence_list="persistence.conf"
-
-if [ ! -f /live.vars ]
-then
-       touch /live.vars
-fi