summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/mount.h
blob: 4a4317182cea7c824c4a206b77282306907cead9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/*
 * Guillaume Cottenceau (gc@mandrakesoft.com)
 *
 * Copyright 2000 Mandrakesoft
 *
 * This software may be freely redistributed under the terms of the GNU
 * public license.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 *
 */

/*
 * Portions from Erik Troan (ewt@redhat.com)
 *
 * Copyright 1996 Red Hat Software 
 *
 */

#ifndef _MOUNT_H_
#define _MOUNT_H_

#ifndef DISABLE_NETWORK
#include "nfsmount.h"
#endif

int my_mount(char *dev, char *location, char *fs, int force_rw);
int ensure_dev_exists(const char * dev);

#endif
14:17:20 +0000'>2007-05-162-0/+7 | | | | | thus deleting then recreating the nodes (thus leaving a race window...) * format 10.4.130's changelogThierry Vignaud2007-05-161-6/+4 | * tag 10.4.13010.4.130Thierry Vignaud2007-05-161-0/+2 | * bump version (10.4.130) for toolsThierry Vignaud2007-05-161-1/+1 | * Japanese translation reviewedYukiko Bando2007-05-151-8/+8 | * small fix on previous commitPascal Rigaux2007-05-151-1/+2 | * - bootloader-config:Pascal Rigaux2007-05-152-2/+27 | | | | | | o do create /boot/initrd-xxx.img when there is no bootloader (#30771 comment #21) * use "mkfs.ext3" instead of "mkfs.ext2 -J"Pascal Rigaux2007-05-144-2/+9 | | | | | | | | (to have dir_index & resize_inode features) (cf Frederik Himpe 23 Apr 2007 mail on cooker: "Installer does not create ext3 partitions with dir_index and resize_inode?") * re-sync after the big svn lossPascal Rigaux2007-05-142-0/+0 | * re-sync after the big svn lossPascal Rigaux2007-05-14142-0/+0 | * - do not ask for updates at end of installation when updates are alreadyPascal Rigaux2007-05-092-0/+8 | | | | | available (network installs) (#30344) * - localedrake:Pascal Rigaux2007-05-092-1/+3 | | | | | o don't call grub-gfxmenu when used by simple user * upJosé Melo2007-05-071-56/+9 | * upJosé Melo2007-05-071-92/+60 | * upJosé Melo2007-05-071-41/+15 | * create udev nodes configuration file in /etc/udev/devices.d/ instead of ↵Olivier Blin2007-04-302-3/+4 | | | | conf.d (used for modem and mouse) * do not try to configure dvd devices during install since /dev is wiped out ↵Olivier Blin2007-04-304-17/+2 | | | | at reboot * use ->last_usable_sector instead of {totalsectors} so that resizing aPascal Rigaux2007-04-301-1/+1 | | | | | | partition doesn't propose a partition size bigger than what creating a partition propose (#21709) * "Free space" is better than "Empty space"Pascal Rigaux2007-04-291-1/+1 | | | | | | (and we already use "free space" at other places) (thanks to Funda Wang) * - allow umounting cdrom during a transactionPascal Rigaux2007-04-272-0/+2 | * re-sync after the big svn lossPascal Rigaux2007-04-251-715/+100 | * re-sync after the big svn lossPascal Rigaux2007-04-25