Changeset 3061 in MondoRescue
- Timestamp:
- Nov 11, 2012, 3:21:03 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branches/3.0/mindi/mindi ΒΆ
r3059 r3061 2490 2490 cd "$mountpoint" 2491 2491 2492 # AL04Oct08: Check whether /lib64 is a link and if so explicitly create one in rootfs2492 # AL04Oct08: Check whether /lib64 or /lib is a link and if so explicitly create one in rootfs 2493 2493 if [ -h "/lib64" ]; then 2494 2494 mkdir -p lib || LogIt "ERROR: Unable to create lib in $mountpoint." 2495 2495 ln -s lib lib64 || LogIt "ERROR: /lib64 is a symbolic link, but I couldn't create it in $mountpoint." 2496 fi 2497 if [ -h "/lib" ]; then 2498 mkdir -p usr/lib || LogIt "ERROR: Unable to create usr/lib in $mountpoint." 2499 mv lib/* usr/lib 2500 ln -s usr/lib lib || LogIt "ERROR: /lib is a symbolic link, but I couldn't create it in $mountpoint." 2496 2501 fi 2497 2502 # Check whether /sbin and /bin are a link and if so explicitly create one in rootfs (Fedora 17 crazyness)
Note:
See TracChangeset
for help on using the changeset viewer.