mirror of
https://github.com/fspc/gbootroot.git
synced 2026-09-08 12:51:40 -04:00
perm changes for BootRoot, comment in Yard.
This commit is contained in:
+6
-1
@@ -1419,9 +1419,14 @@ sub create_filesystem {
|
||||
}
|
||||
|
||||
if ( $fs_type eq "mkcramfs" ) {
|
||||
# Will just keep appending _cramfs .. leaving it to the
|
||||
# user to realize this is happening, that way the user
|
||||
# has control over the dd file.
|
||||
$device = $device . "_cramfs";
|
||||
my $cramfs_name = basename($device);
|
||||
$ear2->set_text($cramfs_name);
|
||||
# If somebody closes ARS, this won't get updated,
|
||||
# but that is a minor matter.
|
||||
$ear2->set_text($cramfs_name) if $ear2;
|
||||
$mount_point = dirname($device);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user