From 063fbe1dae400a8fb84d1e2c6f26db52972908be Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 23 Mar 2004 11:01:18 +0000 Subject: - do not pass options is_removable to set_default_options() since it is not a global options - replace it with a flag in the part or raw_hd - set is_removable for part from usb drive - ensure usb partitions are not checked at boot time (freq field in fstab) --- perl-install/standalone/drakupdate_fstab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/drakupdate_fstab') diff --git a/perl-install/standalone/drakupdate_fstab b/perl-install/standalone/drakupdate_fstab index c015eafb8..17ace8761 100755 --- a/perl-install/standalone/drakupdate_fstab +++ b/perl-install/standalone/drakupdate_fstab @@ -85,8 +85,8 @@ sub device_name_to_entry { sub set_options { my ($part, $useSupermount) = @_; + $part->{is_removable} = 1; #- force removable flag fs::set_default_options($part, - is_removable => 1, useSupermount => $useSupermount, security => security::level::get(), lang::fs_options(lang::read())); -- cgit v1.2.1